home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Productivity / Yojimbo 1.1 (trial).dmg / Yojimbo.app / Contents / Resources / English.lproj / OGEncryptionBar.nib / classes.nib next >
Text File  |  2006-02-28  |  1KB  |  38 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = OGColorBackgroundView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  5.         {
  6.             CLASS = OGEditViewController; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {"_objectController" = NSObjectController; }; 
  9.             SUPERCLASS = OGViewController; 
  10.         }, 
  11.         {
  12.             ACTIONS = {
  13.                 decrypt = id; 
  14.                 decryptForViewing = id; 
  15.                 encrypt = id; 
  16.                 encryptOrDecrypt = id; 
  17.                 showEncryptionBarHelp = id; 
  18.                 toggleEncryptionBarHidden = id; 
  19.             }; 
  20.             CLASS = OGEncryptableEditViewController; 
  21.             LANGUAGE = ObjC; 
  22.             OUTLETS = {
  23.                 "_encryptedContentPlaceholderView" = NSView; 
  24.                 "_encryptionBarView" = OGColorBackgroundView; 
  25.                 "_encryptionViewControllerObjectController" = NSObjectController; 
  26.             }; 
  27.             SUPERCLASS = OGEditViewController; 
  28.         }, 
  29.         {CLASS = OGRolloverButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  30.         {
  31.             CLASS = OGViewController; 
  32.             LANGUAGE = ObjC; 
  33.             OUTLETS = {"_view" = NSView; }; 
  34.             SUPERCLASS = NSObject; 
  35.         }
  36.     ); 
  37.     IBVersion = 1; 
  38. }